home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000091_news@columbia.edu _Sat Mar 4 12:42:37 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA00213
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 4 Mar 2000 12:42:37 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id MAA15998
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 4 Mar 2000 12:40:04 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Ric Anderson <ric@opus1.com>
  10. Subject: Re: bug with Echo on Solaris
  11. Date: Sat, 04 Mar 2000 10:36:38 -0700
  12. Organization: The University of Arizona
  13. Message-ID: <38C149A6.E6ABFC84@opus1.com>
  14. To: kermit.misc@columbia.edu
  15.  
  16. Using C-Kermit 7.0.196, 1 Jan 2000, for Solaris 2.x under Solaris
  17. 2.6, I did
  18.     kermit + fred.ksc >fred.lis &
  19. and got the following output
  20.     line one
  21.     line two
  22.      DNS Lookup... Can't open connection to ts:3000
  23.     line three
  24. in fred.lis.
  25.  
  26. FWIW,
  27. Ric Anderson (ric@opus1.com)
  28. Jay McCanta wrote:
  29. > I believe this is a bug.  I'm looking for workarounds / fixes /
  30. > corrections.
  31. > With a script file, like this...
  32. > echo {line one}
  33. > echo {line two}
  34. > set host  ts:3000
  35. > echo {line three}
  36. > exit
  37. >  ... I get different results.
  38. > When run from a shell (kermit + fred.ksc), all echo's are shown.
  39. > When run with output redirected (kermit + fred.ksc >fred.lis) all
  40. > echo's are shown.
  41. > When run with detached and with output redirected
  42. > (kermit + fred.ksc >fred.lis &), echos stop after the "SET HOST"
  43. > command.
  44. > Bug?  Workaround?  No, that's what's supposed to happen?
  45. > Jay McCanta
  46. > Immunex Corporation